[DEPRECATED] Use form field endpoints instead. Delete a specific incident custom field selection by id
curl --request DELETE \
--url https://api.rootly.com/v1/incident_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1",
"type": "incident_custom_field_selections",
"attributes": {
"custom_field_id": 173,
"incident_id": "b1b463b5-7770-40eb-bd22-afbbc61eac24",
"value": "Fugiat sed atque voluptas.",
"selected_option_ids": []
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/incident_custom_field_selections/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1",
"type": "incident_custom_field_selections",
"attributes": {
"custom_field_id": 173,
"incident_id": "b1b463b5-7770-40eb-bd22-afbbc61eac24",
"value": "Fugiat sed atque voluptas.",
"selected_option_ids": []
}
}
}